Skip to content

Conversation

@leftos
Copy link
Contributor

@leftos leftos commented Dec 13, 2025

Summary

  • Add support for an optional vATISLoadUserConfig.json file that allows users to customize D-ATIS output
  • Users can append custom text to airport conditions or NOTAMs (e.g., "NORCAL APPROACH ON 123.7" for RNO)
  • Users can remove specific text from airport conditions or NOTAMs
  • Config file is optional - script works normally without it

Example Config

{
    "KRNO": {
        "notams": {
            "append": "NORCAL APPROACH ON 123.7"
        }
    }
}

Test plan

  • Verify script works without user config file present
  • Test appending text to conditions
  • Test appending text to NOTAMs
  • Test removing text from conditions
  • Test removing text from NOTAMs
  • Verify Jupyter notebook has same functionality

🤖 Generated with Claude Code

leftos and others added 2 commits December 13, 2025 09:34
…ations

Add support for an optional vATISLoadUserConfig.json file that allows users to:
- Append custom text to airport conditions or NOTAMs
- Remove specific text from airport conditions or NOTAMs

This enables per-user customization of D-ATIS output, such as adding
"NORCAL APPROACH ON 123.7" to RNO's NOTAMs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant